home *** CD-ROM | disk | FTP | other *** search
- #pragma once
-
-
- #include "CExpanderLabel.h"
-
-
- class CExpanderRsrcLabel : public CExpanderLabel {
-
- TCL_DECLARE_CLASS
-
- protected:
- virtual short CalcFrameWidth( void );
-
-
- public:
- CExpanderRsrcLabel();
- CExpanderRsrcLabel( CView *anEnclosure, CBureaucrat *aSupervisor, short anRsrcID,
- short aWidth = 0, short aHeight = 0, short aHLoc = 0, short aVLoc = 0,
- SizingOption aHSizing = sizFIXEDSTICKY,
- SizingOption aVSizing = sizFIXEDSTICKY );
- virtual ~CExpanderRsrcLabel();
-
- virtual void DrawLabel( Rect *area );
-
- virtual void SetLabelRsrcID( short anRsrcID );
-
- virtual void PutTo( CStream &stream );
- virtual void GetFrom( CStream &stream );
- };
-